css: Parse text-shadow values properly
authorBenjamin Otte <otte@redhat.com>
Mon, 9 Jun 2014 23:04:55 +0000 (01:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jun 2014 23:07:57 +0000 (01:07 +0200)
commit3759190c2674aebd6b40ff5f337b155073ed5b78
tree51d5a33d92df8b70cc010037a0cfe85a463419ed
parentfc00381d306400977c7c83e564a7eb552cc8250d
css: Parse text-shadow values properly

We used to accept the same syntax for text-shadow and icon-shadow as
we accept for box-shadow. However, box-shadow does accept a spread and
the inset keyword while the others should not.
gtk/gtkcssshadowsvalue.c
gtk/gtkcssshadowsvalueprivate.h
gtk/gtkcssshadowvalue.c
gtk/gtkcssshadowvalueprivate.h
gtk/gtkcssstylepropertyimpl.c